func vendor/golang.org/x/net/dns/dnsmessage.packUint16
17 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L431: msg = packUint16(msg, h.id)
message.go#L432: msg = packUint16(msg, h.bits)
message.go#L433: msg = packUint16(msg, h.questions)
message.go#L434: msg = packUint16(msg, h.answers)
message.go#L435: msg = packUint16(msg, h.authorities)
message.go#L436: return packUint16(msg, h.additionals)
message.go#L1693: msg = packUint16(msg, h.Length)
message.go#L1731: packUint16(msg[lenOff:lenOff], uint16(conLen))
message.go#L1800: func packUint16(msg []byte, field uint16) []byte {
message.go#L1820: return packUint16(msg, uint16(field))
message.go#L1834: return packUint16(msg, uint16(field))
message.go#L2280: msg = packUint16(msg, r.Pref)
message.go#L2511: msg = packUint16(msg, r.Priority)
message.go#L2512: msg = packUint16(msg, r.Weight)
message.go#L2513: msg = packUint16(msg, r.Port)
message.go#L2636: msg = packUint16(msg, opt.Code)
message.go#L2638: msg = packUint16(msg, l)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |